Revert "Adwaita: Update tooltip theming"
authorMatthias Clasen <mclasen@redhat.com>
Wed, 28 Oct 2015 15:48:52 +0000 (11:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 28 Oct 2015 15:48:52 +0000 (11:48 -0400)
This reverts commit d974610741349b3f4e4c06abd87c82d99c6858ba.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index edd303e6867bb38dc226aeb90bd46fdb966eb2c8..20b65b850846a3b807ef0e79dceb80f5fc25b791 100644 (file)
@@ -3015,7 +3015,7 @@ infobar {
  * Tooltips *
  ************/
 
-tooltip {
+.tooltip {
   &.background {
     // background-color needs to be set this way otherwise it gets drawn twice
     // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
@@ -3037,7 +3037,7 @@ tooltip {
   }
 }
 
-tooltip * { //Yeah this is ugly
+.tooltip * { //Yeah this is ugly
   padding: 4px;
   background-color: transparent;
   color: inherit; // just to be sure
index 5a7e15d21ff50487f7c0bb73f0050813016165cf..7725e20768ea6819fb5be8fce3f8827e1c0f7773 100644 (file)
@@ -4148,21 +4148,21 @@ infobar {
 /************
  * Tooltips *
  ************/
-tooltip {
+.tooltip {
   color: white;
   padding: 4px;
   /* not working */
   border-radius: 5px;
   box-shadow: none;
   text-shadow: 0 1px black; }
-  tooltip.background {
+  .tooltip.background {
     background-color: rgba(0, 0, 0, 0.8);
     background-clip: padding-box;
     border: 1px solid rgba(255, 255, 255, 0.1); }
-  tooltip decoration.csd {
+  .tooltip decoration.csd {
     background-color: transparent; }
 
-tooltip * {
+.tooltip * {
   padding: 4px;
   background-color: transparent;
   color: inherit; }
index 154015391b384940595c17cc9c7916bab2e33188..0465b79c1de85901687fc337e4e4d8299aafd722 100644 (file)
@@ -4320,21 +4320,21 @@ infobar {
 /************
  * Tooltips *
  ************/
-tooltip {
+.tooltip {
   color: white;
   padding: 4px;
   /* not working */
   border-radius: 5px;
   box-shadow: none;
   text-shadow: 0 1px black; }
-  tooltip.background {
+  .tooltip.background {
     background-color: rgba(0, 0, 0, 0.8);
     background-clip: padding-box;
     border: 1px solid rgba(255, 255, 255, 0.1); }
-  tooltip decoration.csd {
+  .tooltip decoration.csd {
     background-color: transparent; }
 
-tooltip * {
+.tooltip * {
   padding: 4px;
   background-color: transparent;
   color: inherit; }